home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global stamp, mucus, candidateStamp
- if (candidateStamp = 4) or (candidateStamp = 5) then
- cursor(0)
- alert("Even though mucus may change or diminish, if there is a wet or lubricated sensation, choose the White Baby stamp and the Sensation stamp.")
- append(relations, 0)
- append(stamp, 3)
- append(mucus, 2)
- showDays()
- setupDayBook()
- else
- if candidateStamp = 3 then
- resetpeak()
- go("chart mucus")
- cursor(0)
- end if
- end if
- end
-